home *** CD-ROM | disk | FTP | other *** search
/ Year Books 1991 / Year Books 1991.iso / read.me < prev    next >
Text File  |  1992-05-12  |  7KB  |  179 lines

  1. /* Version 1.3d */
  2. /* Dated 13-May-1992 */
  3.  
  4. New Features with Version 1.3d of Discpassage
  5. ---------------------------------------------
  6.  
  7. . Help bug from version 1.3c has been fixed.
  8.  
  9. . Help can now be accessed if not in DISCPASS subdirectory.
  10.  
  11.  
  12. New Features with Version 1.3c of DiscPassage
  13. ---------------------------------------------
  14.  
  15. . Command line options do not need to be in lower case any more.
  16.  
  17. . The F3 key can now be used to page through image databases.
  18.  
  19.  
  20. New Features with Version 1.3b of DiscPassage
  21. ---------------------------------------------
  22.  
  23. . DiscPassage now supports networks correctly.  Audio is excluded on network
  24.   drives.
  25.  
  26. . The problems with the brs header volume information has been fixed.  (This
  27.   only affects internal production.)
  28.  
  29. . Document count has been reduced back down to 20000 due to memory problems.
  30.  
  31. New Features with Version 1.3a of DiscPassage
  32. ---------------------------------------------
  33.  
  34. . The size and length of menus has been expanded.
  35.  
  36. . Multiple audio tracks on the F9 documents window has been fixed/added.
  37.  
  38. . DiscPassage now supports the variant version of the Trident 8900c
  39.   (id=13h) video bios.  This should fix some problems with some Trident
  40.   cards not detecting properly.
  41.  
  42. . Some software changes have been made to support _Complete Baseball_.
  43.   (Document count has been increased from 20000 to 22000.)
  44.  
  45. . Detection of the Trident 9000 (id=23h) chipset has been added.
  46.  
  47. . The problem with the first page of a printout being one line too long
  48.   has been fixed.
  49.  
  50. . The duration of the pause after the publish screen has been lengthened.
  51.  
  52. . VGATEST will now wait for a carriage return instead of just displaying
  53.   the publish screen.
  54.  
  55.  
  56. New features with version 1.3 of DiscPassage
  57. --------------------------------------------
  58.  
  59. . DiscPassage now supports the VESA standard drivers for Super VGA
  60.   cards.  These drivers are available from your video card manufacturer
  61.   or with the drivers supplied with your video card.
  62.  
  63. . Problems with VGATEST detecting a different way than DiscPassage have
  64.   been corrected.
  65.  
  66. . Problems with VGA cards that load in a different segment than c000h have
  67.   been fixed.
  68.  
  69. . Problems with standard VGA detection have been fixed.
  70.  
  71. . Mode 12 (640 x 480 x 16 shades of grey) has been fixed.
  72.  
  73. New features with version 1.2 of DiscPassage
  74. --------------------------------------------
  75.  
  76. . Memory Usage
  77.   DiscPassage now uses virtual memory, so it will automatically take
  78.   advantage of any expanded or extended memory on your system.  It is
  79.   *very important* that you run the SETUP.EXE program provided with your
  80.   floppy update.  In particular, the software depends on an environment
  81.   variable, TMP, for its use of virtual memory.  This variable should be
  82.   set to a *writable* location.  If you run DiscPassage from the dp.bat
  83.   file (copied by SETUP to the root of your hard drive), you should not
  84.   experience any problems.
  85.  
  86.   The SETUP.EXE program will now create the appropriate commands in
  87.   dp.bat which set up the TMP environment string for proper execution.
  88.   However, if you have no environment space left, you may need to set TMP
  89.   yourself in your autoexec.bat, as follows:
  90.  
  91.     set TMP=c:\discpass
  92.  
  93.   with a writable location for the software to use during its operation
  94.   (i.e. it cannot be set to the CD-ROM drive).
  95.  
  96.   If you want to increase the size of your environment space (the default
  97.   size is 128 bytes for MS-DOS), you can add the following line to your
  98.   config.sys file:
  99.  
  100.     shell = c:\command.com /e:1024 /p
  101.  
  102.   where c:\ is the location of command.com, and you wish to increase the
  103.   environment size to 1024 bytes.
  104.  
  105. . Packed File Support
  106.   DiscPassage now supports large numbers of files on disc, and allows for
  107.   files to live in 'packages' for more efficient operation on MS-DOS.  This
  108.   operation is completely transparent to the operation of the software.
  109.   The benefit to you as a user is more efficient retrieval of files from
  110.   CD-ROM, in cases where a large number of files is present on disc.
  111.  
  112. . Pioneer Audio Fix
  113.   Forcing an alternate drive letter from the command-line, for multi-drive
  114.   units such as the Pioneer 6-disc changer (DRM-600), would only play
  115.   audio selections for subsequent discs (not the first selected, if it was
  116.   not the first drive letter on the system).  Audio is now functional for
  117.   all drive letters, even when the drive-override from command-line option
  118.   is used.  You need to have version 1.03 or greater of the Pioneer driver.
  119.  
  120.  
  121. New features/fixes for 1.2d
  122. ---------------------------
  123. . Trident 1 Meg video card
  124.   Support has been added for the newer Trident video cards with 1 Megabyte
  125.   of video memory on board.
  126.  
  127.  
  128. New features/fixes for 1.2e
  129. ---------------------------
  130. . Text only operation
  131.   There is now a -vtextonly commandline option to suppress all images.  This
  132.   allows proper operation of EGA video cards, which may have had split text
  133.   displays (the new SVGA detection was the culprit).  This switch can also
  134.   be useful when running on a dual monitor system (say, both SVGA and MDA)
  135.   when text-only operation is desired.  Use this option as follows:
  136.  
  137.     dp -vtextonly
  138.  
  139.   when starting up DiscPassage.
  140.  
  141.  
  142. New features/fixes for 1.2f
  143. ---------------------------
  144. . When printing very wide tables (more than 100 characters wide), sometimes
  145.   the second page printed improperly.  This has been corrected.  Some medical
  146.   CD-ROM's contained a few wide tables which manifested this problem.
  147.  
  148.  
  149. New features/fixes for 1.2g
  150. ---------------------------
  151. . Support has been added for 'The Family Doctor' CD-ROM.
  152.  
  153.  
  154. New features/fixes for 1.2h
  155. ---------------------------
  156. . A new video option has been added, which allows you to force text display
  157.   to black and white.  This option was added primarily to support Braille
  158.   users with EGA video.  This option will work in conjunction with other
  159.   -v option switches.
  160.  
  161.   In particular, if you are a Braille user with EGA, you should use
  162.   DiscPassage in the following manner:
  163.  
  164.         dp -vtextonly -vmono
  165.   in order to view text properly on an EGA display, in black and white.
  166.   This option may also be helpful for display on some laptops.
  167.  
  168. . Additional support for new Genoa SVGA BIOS releases has been added.
  169.   Previous versions of DiscPassage only supported earlier versions of the
  170.   BIOS.
  171.  
  172. . The video option -vmode13, which is available for standard VGA systems
  173.   which do not support mode $13x (Video 7 with only 256K video memory, for
  174.   example) was broken; this has been fixed.
  175.  
  176. . A new version of the installation program 'SETUP.EXE' allows installation
  177.   to a subdirectory of your choice.
  178.  
  179.